projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
470e190
)
(face_attr_equal_p): Declare parameters.
author
Andreas Schwab
<schwab@suse.de>
Sun, 13 Jun 2004 14:48:54 +0000
(14:48 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 13 Jun 2004 14:48:54 +0000
(14:48 +0000)
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index b6b4140e729b180d69d82e8f2514232dc4bfe742..677bee25aff634685c4521e380f268c82d6a79c7 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-4912,6
+4912,7
@@
If FRAME is omitted or nil, use the selected frame. */)
static INLINE int
face_attr_equal_p (v1, v2)
+ Lisp_Object v1, v2;
{
/* Type can differ, e.g. when one attribute is unspecified, i.e. nil,
and the other is specified. */